runtime.stackScanState.conservative (field)

4 uses

	runtime (current package)
		mgcmark.go#L903: 	if state.conservative || isAsyncPreempt || isDebugCall {
		mgcmark.go#L935: 			state.conservative = true
		mgcmark.go#L940: 			state.conservative = false
		mgcstack.go#L178: 	conservative bool